Sep 15, 2026 Post comments count3 Post likes count14 Performance Improvements in .NET 11 Take a tour through hundreds of performance improvements in .NET 11.
Mar 23, 2026 Post comments count27 Post likes count20 Ten Months with Copilot Coding Agent in dotnet/runtime After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development.
Sep 10, 2025 Post comments count86 Post likes count95 Performance Improvements in .NET 10 Take a tour through hundreds of performance improvements in .NET 10.
Sep 12, 2024 Post comments count66 Post likes count156 Performance Improvements in .NET 9 Take an in-depth tour through hundreds of performance improvements in .NET 9.
Sep 13, 2023 Post comments count131 Post likes count158 Performance Improvements in .NET 8 .NET 7 was super fast, .NET 8 is faster. Take an in-depth tour through over 500 pull requests that make that a reality.
Sep 6, 2023 Post comments count23 Post likes count50 Demystifying Retrieval Augmented Generation with .NET Build a chat-based console app with Retrieval Augmented Generation (RAG) from scratch.
Mar 16, 2023 Post comments count81 Post likes count217 How Async/Await Really Works in C# Async/await was added to the C# language over a decade ago and has transformed how we write scalable code for .NET. But how does it really work? In this post, we take a deep dive into its internals.
Aug 31, 2022 Post comments count154 Post likes count119 Performance Improvements in .NET 7 .NET 7 is fast. Really fast. In this post, we'll deep-dive into literally hundreds of performance improvements that contributed to that reality.
May 12, 2022 Post comments count38 Post likes count8 Regular Expression Improvements in .NET 7 System.Text.RegularExpressions has improved significantly in .NET 7. In this post, we'll deep-dive into many of its exciting improvements.
Aug 17, 2021 Post comments count93 Post likes count11 Performance Improvements in .NET 6 .NET 6 is chock-full of exciting performance improvements.